/*é¢‘é“é¦–é¡µ*/
.channel-header {
    width: 100%;
    height: 167px;
    border-bottom: 3px solid #666666;
    background: #f4f4f4;
}

.channel-in-header {
    width: 1000px;
    margin: 20px auto 0 auto;
    overflow: hidden;
}

.channel-header .content {
    overflow: hidden;
    padding-top: 20px;
}

.channel-header .channel-logo, .channel-in-header .channel-logo {
    float: left;
    width: 136px;
    height: 56px;
}

.channel-header .channel-h1, .channel-in-header .channel-h1 {
    float: left;
    height: 50px;
    padding-left: 17px;
    margin-left: 17px;
    line-height: 50px;
    border-left: 1px solid #666666;
    font-size: 34px;
    color: #000;
}

.channel-header .channel-list {
    position: relative;
    width: 1000px;
    height: 60px;
    margin: 30px auto 0 auto;
}

.channel-header .channel-list > li {
    height: 58px;
    line-height: 58px;
    padding: 0 12px;
    float: left;
    font-size: 18px;
    color: #444;
}

.channel-header .channel-list > li a {
    color: #444;
}

.channel-header .channel-list > li.on,
.channel-header .channel-list > li:hover {
    padding: 0 10px;
    border-top: 2px solid #888;
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background: #fff;
    font-weight: bold;
    line-height: 56px;
}

.channel-header .content .search-box {
    float: right;
    margin-top: 10px;
}

.search-box {
    margin-top: 10px;
    float: right;
}

.column-list {
    margin-top: 40px;
}

.column-list > li, .column-list .column-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.column-list > li .column-pic {
    float: left;
    width: 330px;
    height: 220px;
}

.column-list > li .column-s-pic {
    float: left;
    width: 160px;
    height: 240px;
}

.column-list > li .column-content {
    float: left;
    width: 600px;
    margin-left: 70px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.column-list > li .column-content.s-content {
    margin-left: 30px;
}

.column-list > li .column-content .column-name {
    margin-top: 10px;
    font-size: 22px;
}

.column-list > li .column-content .column-name a {
    color: #000;
    font-size: 22px;
}

.column-list > li .column-content .column-host {
    margin-top: 10px;
}

.column-list > li .column-content .column-host span {
    margin-left: 10px;
    margin-right: 35px;
}

.column-content .ico {
    display: inline-block;
    background-image: url("http://lanmu.qtv.com.cn/images/2017_beta1/ico_column.png");
    background-repeat: no-repeat;
    background-size: 46px 43px;
    vertical-align: middle;
}

.ico-people {
    width: 20px;
    height: 20px;
    background-position: -2px -2px;
}

.ico-date {
    width: 20px;
    height: 20px;
    background-position: -24px -2px;
}

.ico-play {
    width: 17px;
    height: 17px;
    background-position: -2px -24px;
}

.ico-play {
    width: 17px;
    height: 17px;
    background-position: -21px -24px;
}

.column-content .column-summary {
    height: 84px;
    margin-top: 10px;
    overflow: hidden;
}

.column-content .play-btn {
    width: 150px;
    height: 30px;
    line-height: 28px;
    margin-top: 18px;
    color: #666;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #666;
    cursor: pointer;
}

.column-content .play-btn i {
    margin-left: 20px;
}

.column-content .play-btn span {
    margin-left: 10px;
    font-size: 14px;
}

.column-content .play-btn:hover {
    color: #fff;
    border-color: #cc0033;
    background: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.column-content .play-btn:hover i {
    background-position: -2px -24px;
}

.column-content .play-btn:hover a {
    color: #fff;
}

.column-list-col {
    overflow: hidden;
    margin-top: 36px;
}

.column-list-col > li {
    float: left;
    width: 50%;
    margin-bottom: 60px;
}

.column-list-col > li .column-pic {
    float: left;
    width: 160px;
    height: 240px;
}

.column-list-col > li .column-content {
    float: left;
    width: 280px;
    margin-left: 30px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.column-list-col > li .column-content .column-name {
    margin-top: 10px;
    font-size: 22px;
}

.column-list-col > li .column-content .column-name a {
    color: #000;
    font-size: 22px;
}

.column-list-col > li .column-content .column-host {
    margin-top: 10px;
}

.column-list-col > li .column-content .column-host span {
    margin-left: 20px;
    margin-right: 40px;
}

/*æ ç›®åˆ—è¡¨*/
.s-channel {
    width: 100%;
    background: #f4f4f4;
    padding: 10px 0;
    margin-top: 20px;
}

.s-channel-list {
    margin: 10px 0;
    height: 40px;
    line-height: 40px;
}

.s-channel-list > li {
    float: left;
    margin-right: 30px;
    text-align: center;
    font-size: 16px;
}

.s-channel-list > li a {
    color: #666;
}

.s-channel-list a:hover {
    color: #cc0033;
}

.s-channel-list > li.c-title {
    background: #e1e1e1;
    padding: 0 15px;

}

.s-channel-list.c-hot a:hover {
    color: #000;
}

.column-pic-list {
    overflow: hidden;
}

.column-pic-list > li {
    position: relative;
    width: 235px;
    height: 156px;
    float: left;
    margin: 0px 14px 30px 0px;
    overflow: hidden;
}

.column-cover > li .cover {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 215px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: height 0.5s;
    padding: 0 10px;
}

.column-pic-list > li .pic {
    width: 235px;
    height: 156px;
    position: relative;
}

.column-pic-list > li .pic .column-date {
    position: absolute;
    bottom: 0;
    width: 215px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
    transition: height 0.2s;
}

.column-pic-list > li .pic img {
    width: 100%;
    min-height: 100%;
}

.column-pic-list > li .cover {
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 215px;
    padding: 0 10px;
    text-align: center;
    line-height: 30px;
    background: url("http://www.qtv.com.cn/shouye/images/slide_mask_35.png") repeat-x;
}

.column-pic-list.column-cover > li .cover {
    position: absolute;
    bottom: 0;
    height: 0px;
    width: 215px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: height 0.5s;
    padding: 0 10px;
}

.column-cover > li:hover .cover {
    height: 100%;
}

.column-cover > li:hover .column-date {
    height: 0;
}

.column-pic-list > li .cover a {
    color: #fff;
    font-size: 14px;
    display: block;
}

.column-pic-list.column-cover > li .cover a {
    margin-top: 50px;
}

/*æ–°é—»é¦–é¡µ*/
.news-top {
    margin-top: 30px;
    overflow: hidden;
}

.slideBox {
    position: relative;
    width: 510px;
    height: 340px;
    float: left;
    overflow: hidden;
}

.slideBox .pic-list {
    width: 510px;
    height: 340px;
}

.slideBox .pic-list > li {
    width: 510px;
    height: 340px;
    float: left;
}

.slideBox .pic-list > li img {
    width: 100%;
    min-height: 100%;
}

.slideBox .pic-list > li .shadow {
    position: absolute;
    width: 490px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    background: rgba(0, 0, 0, .25);
    bottom: 0;
}

.slideBox .pic-list > li .shadow a {
    color: #fff;
    font-size: 16px;
}

.slideBox .page-tag {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 20px;
    z-index: 1;
}

.slideBox .page-tag {
}

.slideBox .page-tag li {
    float: left;
    margin-right: 8px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #e4e4e4;
    cursor: pointer;
    border-radius: 5px;
}

.slideBox .page-tag li.on {
    background: #f55555;
    color: #fff;
}

.slideBox .prev, .slideBox .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url("http://news.qtv.com.cn/images/focus_btn.png") no-repeat;
}

.slideBox .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.slideBox .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.slideBox .prev:hover {
    background-position: 0 0;
}

.slideBox .next:hover {
    background-position: -40px 0;
}

.top-news-list {
    width: 460px;
    float: right;

}

.top-news-list > li {

}

.top-news-list > li .top-t {
    margin-top: 20px;
}

.top-news-list > li .top-t a {
    font-size: 22px;
    color: #000;
    font-weight: bold;
}

.top-news-list > li .top-t a:hover {
    color: #cc0033;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.top-news-list > li .top-summary {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #999;
}

/*æ–°é—»é¦–é¡µ*/
.news-main {
    margin-top: 30px;
    overflow: auto;
}

.news-main .content-l {
    float: left;
    width: 610px;
}

.news-main .news-nav {
    height: 40px;
    width: 100%;
    background: #f4f4f4;
    border-top: 1px solid #666;
}

.news-main .news-nav > li {
    float: left;
    line-height: 40px;
    font-size: 16px;
    padding: 0 27.5px;
    cursor: default;
}

.news-main .news-nav > li.on, .news-main .news-nav > li:hover {
    background: #cc0033;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.news-main .news-nav.life-nav > li {
    float: left;
    line-height: 40px;
    font-size: 16px;
    padding: 0 85.5px;
    cursor: default;
}

.news-main .news-nav.edu-nav > li {
    float: left;
    line-height: 40px;
    font-size: 16px;
    padding: 0 42px;
    cursor: default;
}

.news-main .news-nav.news-les > li {
    padding: 0;
    width: 152.5px;
    text-align: center;
}

.news-main .content-l .news-type {
    display: none;
}

.news-main .content-l .news-type.on {
    display: block;
}

/*.news-main .content-l .news-list >li {
    border-bottom: 1px solid #e4e4e4;
    padding: 25px 0;
    overflow: hidden;
}

.news-main .content-l .news-list >li .news-pic {
    float: left;
    height: 100px;
    width: 150px;
    overflow: hidden;
}

.news-main .content-l .news-list >li .news-pic img {
    width: 100%;
    min-height: 100%;
}

.news-main .content-l .news-list >li .news-content {
    float: left;
    width: 400px;
    height: 100px;
    margin-left: 30px;
    position: relative;
}

.news-main .content-l .news-list >li .news-content .news-title {

}

.news-main .content-l .news-list >li .news-content .news-title a {
    color: #000;
    font-size: 20px;
}

.news-main .content-l .news-list >li .news-content .news-title a:hover {
    color: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.news-main .content-l .news-list >li .news-content .news-date {
    font-size: 14px;
    color: #888;
    position: absolute;
    right: 20px;
    bottom: 0px;
}
*/
.news-main .content-l .news-list > li {
    border-bottom: 1px solid #e4e4e4;
    height: 124px;
    padding-top: 16px;
    overflow: hidden;
}

.news-main .content-l .news-list > li .news-pic {
    float: left;
    height: 110px;
    width: 165px;
    margin-left: 15px;
    overflow: hidden;
}

.news-main .content-l .news-list > li .news-pic img {
    width: 100%;
    min-height: 110px;
}

.news-main .content-l .news-list > li .news-content {
    float: left;
    width: 380px;
    height: 100px;
    margin-left: 30px;
    position: relative;
}

.news-main .content-l .news-list > li .news-content .news-title {
    height: 70px;
    margin-top: 10px;
    line-height: 1.5;
}

.news-main .content-l .news-list > li .news-content .news-title a {
    color: #000;
    font-size: 18px;
}

.news-main .content-l .news-list > li .news-content .news-title a:hover {
    color: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.news-main .content-l .news-list > li .news-content .news-date {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    color: #888;
}

.news-main .content-l .news-list .new-img-list {
    height: 168px;
    padding-top: 12px;
}

.news-main .content-l .news-list .new-img-list .news-title {
    color: #000;
    width: 580px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-left: 15px;
    font-size: 18px;
}

.news-main .content-l .news-list .new-img-list .img-list > li {
    float: left;
    width: 165px;
    height: 110px;
    background: #cc0033;
    margin: 10px 20px 0 15px;
    overflow: hidden;
}

.news-main .content-l .news-list .new-img-list .img-list > li img {
    width: 100%;
    min-height: 100%
}

.news-main .content-l .news-type .news-more {
    margin-top: 30px;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    text-align: center;
}

.news-main .content-l .news-type .news-more a {
    display: block;
    font-size: 20px;
    color: #999;
}

.news-main .content-l .news-type .news-more:hover {
    background: #e5e5e5;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.news-main .content-l .news-type .news-more:hover a {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.news-main .content-r {
    float: right;
    width: 320px;
}

.news-main .content-r .ad-r {
    width: 320px;
    height: 300px;
    margin-bottom: 30px;
    background: #666;
    overflow: hidden;
}

.news-main .content-r .ad-r img {
    width: 100%;
    min-height: 100%;
}

.right-column {
    position: relative;
    width: 320px;
    margin-bottom: 30px;
}

.right-column-top {
    border-top: 1px solid #cdcdcd;
    position: relative;
    height: 45px;
    line-height: 45px;
}

.right-column-top .column-title {
    float: left;
    width: 80px;
    color: #000;
    margin-top: -1px;
    border-top: 1px solid #cc0033;
    font-size: 22px;
    font-weight: bold;
}

.right-column-top .column-title.t2 {
    width: 90px;
}

.right-column-top .column-title.t3 {
    width: 120px;
}

.right-column-top .column-more {
    float: right;
    margin-right: 7px;
}

.right-column-top .column-more a {
    font-size: 12px;
    color: #888;
}

.right-column-top .column-more a:hover {
    color: #cc0033;
}

.right-column .news-pic {
    position: relative;
    width: 320px;
    height: 213px;
    overflow: hidden;
}

.right-column .news-pic img {
    width: 100%;
    min-height: 100%;
}

.right-column .news-pic .news-title {
    position: absolute;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    padding: 0 10px;
    width: 300px;
    bottom: 0;
    background: url("http://www.qtv.com.cn/shouye/images/slide_mask_35.png") repeat-x;
}

.right-column .news-pic .news-title a {
    color: #fff;
}

.right-column .news-list {
    list-style: disc;
    margin-left: 15px;
    margin-top: 10px;
}

.right-column .news-list li {
    height: 28px;
    line-height: 28px;
}

.right-column .news-list li a {
    font-size: 14px;
    color: #666;
}

.right-column .news-list li a:hover {
    color: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/*å³ä¾§å·¥å…·æ */
.toolbar {
    width: 44px;
    position: absolute;
    top: 538px;
    right: -50px;
    bottom: 80px;
}

.toolbar li {
    background: rgba(226, 226, 226, .85);
    height: 40px;
    width: 40px;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer;
    filter: alpha(opacity=85);
}

.toolbar li:hover {
    background: rgba(0, 162, 249, .85);
}

.toolbar li .layer i {
    width: 0;
    height: 40px;
    display: block;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 4px;
}

.toolbar .iqd-ewm .layer {
    position: absolute;
    width: 0px;
    height: 140px;
    bottom: -50px;
    overflow: hidden;
}

.toolbar li .layer i.air-b {
    text-indent: -300px;
    background: #cc0033;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.toolbar li .icon {
    display: block;
    overflow: hidden;
    background: url("http://www.qtv.com.cn/shouye/images/ico_inner.png") no-repeat;
}

.toolbar li.share-btn .icon {
    background-position: 8px -470px;
}

.toolbar li.iqd-ewm .icon {
    width: 22px;
    height: 22px;
    margin-top: 9px;
    margin-right: 10px;
    background-position: -146px -146px;
}

.toolbar li.gotop-btn .icon {
    width: 22px;
    height: 16px;
    margin-top: 10px;
    margin-right: 8px;
    background-position: -170px -146px;
}

/*å¨±ä¹é¢‘é“*/
.channel-red .right-column-top .column-title {
    border-top: 1px solid #f55555;
}

.channel-red .s-channel-list a:hover,
.channel-red .right-column .news-list li a:hover,
.channel-red .top-news-list > li .top-t a:hover,
.channel-red .right-column-top .column-more a:hover,
.channel-red .news-main .content-l .news-list ul li .news-content .news-title a:hover {
    color: #f55555;
}

.channel-red .news-main .news-nav > li.on, .channel-red .news-main .news-nav > li:hover {
    background: #f55555;
}

.news-correlation .news-related-list li a {
    color: #f55555;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.channel-red .toolbar li:hover {
    background: rgba(245, 85, 85, .85);
}

.channel-red .toolbar li .layer i.air-b {
    text-indent: -300px;
    background: #f55555;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.news-hot-list li {
    height: 40px;
    line-height: 40px;
}

.news-hot-list li a {
    font-size: 16px;
    color: #666;
}

.news-hot-list li a:hover {
    color: #cc0033;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.news-hot-list li i {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 9px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #c1c1c1;
}

.news-hot-list li.c01 i {
    background: #f55555;
}

.news-hot-list li.c02 i {
    background: #ff9444;
}

.news-hot-list li.c03 i {
    background: #ffbb44;
}

.right-column .news-pic {
    position: relative;
    width: 320px;
    height: 213px;
    margin: 5px 0;
    overflow: hidden;
}

.right-column .news-pic img {
    width: 100%;
    min-height: 100%;
}

.right-column .news-pic .news-title {
    position: absolute;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    width: 300px;
    bottom: 0;
    background: url("http://www.qtv.com.cn/shouye/images/slide_mask_35.png") repeat-x;
}

.right-column .news-pic .news-title a {
    color: #fff;
}

.right-column .pic-list {
    overflow: hidden;
}

.right-column .pic-list > li {
    position: relative;
    width: 156px;
    height: 104px;
    float: left;
    margin: 3px 2px;
    overflow: hidden;
}

.right-column .pic-list > li .cover {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 130px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: height 0.5s;
    padding: 0 10px;
}

.right-column .pic-list > li .pic {
    width: 156px;
    height: 104px;
}

.right-column .pic-list > li img {
    width: 100%;
    min-height: 100%;
}

.right-column .pic-list > li:hover .cover {
    height: 100%;
}

.right-column .pic-list > li .cover a {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    display: block;
}

.right-column .pic-list > li .news-title {
    position: absolute;
    height: 43px;
    font-size: 14px;
    line-height: 55px;
    padding: 0 10px;
    width: 136px;
    bottom: 0;
    background: url("http://www.qtv.com.cn/shouye/images/slide_mask_43.png") repeat-x;
}

.right-column .pic-list > li .news-title a {
    color: #fff;
}

.pic-list > li:hover .cover a {
}

/*ä¸“é¢˜*/
.special-top {
    margin-top: 20px;
    height: 333px;
}

.special-top .sep-pic {
    position: relative;
    width: 498px;
    height: 333px;
    float: left;
    overflow: hidden;
}

.special-top .sep-pic img {
    width: 100%;
    min-height: 100%;
}

.special-top .sep-pic .news-title {
    position: absolute;
    height: 60px;
    font-size: 18px;
    line-height: 70px;
    padding: 0 10px;
    width: 478px;
    bottom: 0;
    background: url("http://www.qtv.com.cn/shouye/images/slide_mask_60.png") repeat-x;
}

.special-top .sep-pic .news-title a, .special-top .spe-pic-list li a {
    color: #fff;
}

.special-top .spe-pic-list {

}

.special-top .spe-pic-list li {
    position: relative;
    float: left;
    width: 246px;
    height: 164px;
    margin-left: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.special-top .spe-pic-list li img {
    width: 100%;
    min-height: 100%;
}

.special-top .spe-pic-list li .news-title {
    position: absolute;
    height: 35px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
    width: 478px;
    bottom: 0;
    background: url("http://www.qtv.com.cn/shouye/images/slide_mask_35.png") repeat-x;
}

.special-nav {
    margin-top: 40px;
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.special-nav li {
    float: left;
    font-size: 20px;
    color: #888;
    width: 100px;
    text-align: center;
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.special-nav li:hover, .special-nav li.on {
    color: #cc0033;
    top: 1px;
    border-bottom: 2px solid #cc0033;
}

.special-group {
    clear: both;
    margin-top: 40px;
}

.special-news-list {
    display: none;
}

.special-news-list.on {
    display: block;
}

.special-news-list ul {
    overflow: hidden;
}

.special-news-list ul li {
    float: left;
    height: 280px;
    width: 300px;
    margin: 0 20px 30px 10px;
}

.special-news-list ul li .news-pic {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.special-news-list ul li .news-pic img {
    width: 100%;
    min-height: 100%;
}

.special-news-list ul li .news-title {
    margin-top: 5px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

.special-news-list ul li .news-title.t2 {
    height: 60px;
    line-height: 1.25;
    padding: 10px 8px;
}

.special-news-list ul li .news-title a {
    font-size: 18px;
    color: #000;
}

.special-news-list ul li .news-title a:hover {
    color: #cc0033;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.special-news-list ul li .news-date {
    padding: 0 10px;
    font-size: 14px;
    color: #a1a1a1;
}

.special-news-list .special-more {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 20px auto 0 auto;
    text-align: center;
    background: #eee;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.special-news-list .special-more a {
    display: block;
    font-size: 20px;
    color: #888;
    cursor: pointer;
}

.special-news-list .special-more:hover {
    background: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.special-news-list .special-more:hover a {
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/*æ‰€æœ‰æ ç›®*/
.column-item {
    overflow: hidden;
    border-bottom: 1px solid #c1c1c1;
    line-height: 34px;
    padding: 18px 0;
}

.column-item.first-item {
    margin-top: 35px;
}

.column-item.last-item {
    border: none;
}

.column-item .channel-title {
    float: left;
    width: 100px;
    color: #555;
    font-size: 18px;
    font-weight: bold;
}

.column-item .c-column-list {
    float: right;
    width: 900px;
}

.column-item .c-column-list li {
    float: left;
    width: 149px;
}

.column-item .c-column-list li a {
    color: #555;
    font-size: 16px;
}

.column-item .c-column-list li a:hover {
    color: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/*åŒºå¸‚æ–°é—»*/
.area-header {
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 50px;
    border-top: 1px solid #c1c1c1;
}

.area-header .area-title {
    position: absolute;
    top: -20px;
    font-size: 28px;
    padding-right: 70px;
    background: #fff;
    font-weight: bold;
}

.area-list {
    overflow: hidden;
}

.area-list > li {
    float: left;
    width: 50%;
    margin-bottom: 16px;
}

.area-list > li .area-top {
    height: 40px;
    line-height: 40px;
}

.area-list > li .area-top span {
    font-size: 18px;
    font-weight: bold;
}

.area-list > li .area-top a {
    float: right;
    margin-right: 20px;
    text-align: right;
    color: #888;
    font-size: 14px;
}

.area-list > li .news-pic {
    float: left;
    position: relative;
    width: 210px;
    height: 140px;
    overflow: hidden;
}

.area-list > li .news-pic img {
    width: 100%;
    min-height: 100%;
}

.area-list > li .news-pic .news-title {
    position: absolute;
    padding: 0 10px;
    width: 190px;
    bottom: 0px;
    background: url("http://www.qtv.com.cn/shouye/images/slide_mask_35.png") repeat-x;
    line-height: 30px;
}

.area-list > li .news-pic .news-title a {
    color: #fff;
    font-size: 12px;
}

.area-list > li .area-news-list {
    margin-left: 30px;
    float: left;
}

.area-list > li .area-news-list > li {
    width: 240px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.area-list > li .area-news-list > li a {
    color: #666;
    font-size: 16px;
}

.area-list > li .area-news-list > li a:hover {
    color: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.xz_banner {
    height: 400px;
    width: 100%;
    min-width: 1000px;
    background: url("http://www.qtv.com.cn/shouye/images/xz_banner.jpg") no-repeat center;
}

/*æ–°é—»ï¼ˆæ”¹ï¼‰*/
.news-main .content-r .s-news-list {
    position: relative;
    border-top: 1px solid #cdcdcd;
    margin-top: 50px;
    padding-top: 25px;
    width: 320px;
}

.news-main .content-r .s-news-list.fixed {
    position: fixed;
    top: 50px;
    background: #fff;
}

.news-main .content-r .s-news-list .s-title {
    padding-right: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    font-weight: bold;
    color: #666;
    background: #fff;
    position: absolute;
    top: -20px;
}

.news-main .content-r .s-news-list .news-more {
    font-size: 12px;
    height: 36px;
    width: 45px;
    text-align: right;
    line-height: 36px;
    color: #666;
    background: #fff;
    position: absolute;
    top: -18px;
    right: 0;
}

.news-main .content-r .s-news-list .news-more a {
    color: #666;
}

.news-main .content-r .s-news-list .news-more a:hover {
    color: #cc0033;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.news-main .content-r .s-news-list .news-pic {
    position: relative;
    width: 320px;
    height: 160px;
    margin: 5px 0;
    overflow: hidden;
}

.news-main .content-r .s-news-list .news-pic img {
    width: 100%;
    min-height: 100%;
}

.news-main .content-r .s-news-list .news-pic .news-title {
    position: absolute;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    width: 300px;
    bottom: 0;
    background: url("http://www.qtv.com.cn/shouye/images/slide_mask_30.png") repeat-x;
}

.news-main .content-r .s-news-list .news-pic .news-title a {
    color: #fff;
}

.news-main .content-r .s-news-list .pic-list {
    overflow: hidden;
}

.news-main .content-r .s-news-list .pic-list > li {
    position: relative;
    width: 150px;
    height: 100px;
    float: left;
    margin: 5px;
    overflow: hidden;
}

.news-main .content-r .s-news-list .pic-list > li .cover {
    position: absolute;
    bottom: 0;
    height: 0;
    width: 130px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    transition: height 0.5s;
    padding: 0 10px;
}

.news-main .content-r .s-news-list .pic-list > li .pic {
    width: 150px;
    height: 100px;
}

.news-main .content-r .s-news-list .pic-list > li .pic img {
    width: 100%;
    min-height: 100%;
}

.news-main .content-r .s-news-list .pic-list > li:hover .cover {
    height: 100%;
}

.news-main .content-r .s-news-list .pic-list > li .cover a {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    display: block;
}

/*ToTop*/
.toolbar .iqd-ewm .layer .layer-content {
    float: left;
    width: 150px;
    margin-top: 30px;
    margin-left: 14px;
    font-size: 12px;
    color: #535353;
}
